projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4866f0c
)
GtkRecentChooserMenu: Better typography
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 22 Aug 2014 15:08:52 +0000
(11:08 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 30 Sep 2014 03:05:22 +0000
(23:05 -0400)
Avoid `' quoting.
https://bugzilla.gnome.org/show_bug.cgi?id=735192
gtk/gtkrecentchoosermenu.c
patch
|
blob
|
history
diff --git
a/gtk/gtkrecentchoosermenu.c
b/gtk/gtkrecentchoosermenu.c
index d3ca056d9e7accc229c9c5f9ff9c453de18d850c..0f451d51430c66e991d68446510525ccf31ec626 100644
(file)
--- a/
gtk/gtkrecentchoosermenu.c
+++ b/
gtk/gtkrecentchoosermenu.c
@@
-531,7
+531,7
@@
gtk_recent_chooser_menu_set_current_uri (GtkRecentChooser *chooser,
{
g_set_error (error, GTK_RECENT_CHOOSER_ERROR,
GTK_RECENT_CHOOSER_ERROR_NOT_FOUND,
-
_("No recently used resource found with URI `
%s'"),
+
_("No recently used resource found with URI '
%s'"),
uri);
}
@@
-587,7
+587,7
@@
gtk_recent_chooser_menu_select_uri (GtkRecentChooser *chooser,
{
g_set_error (error, GTK_RECENT_CHOOSER_ERROR,
GTK_RECENT_CHOOSER_ERROR_NOT_FOUND,
-
_("No recently used resource found with URI `
%s'"),
+
_("No recently used resource found with URI '
%s'"),
uri);
return FALSE;
}